widget: Warn when allocation for gtk_widget_size_allocate() is too small
authorBenjamin Otte <otte@redhat.com>
Thu, 28 Apr 2011 03:12:00 +0000 (05:12 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 28 Apr 2011 03:13:30 +0000 (05:13 +0200)
commit92f9892ccabd2a1b05f7ea2382abbf8d441ec14f
treea3229f0fdf6ecc9709a1dcd7724840617671c17e
parent7a322193e85746f69377fc3dff4de8b875f6ed6f
widget: Warn when allocation for gtk_widget_size_allocate() is too small

Widgets may not be underallocated, it is the responsibility of the
caller to ensure this never happens.
gtk/gtkwidget.c